From 89d5b1c0811f9f0f1305079e74afed8d0134b302 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Mon, 31 Aug 2020 14:53:54 -0500 Subject: [PATCH] Update copyright --- src/pgwui_core/constants.py | 5 +++-- src/pgwui_core/core.py | 6 +++--- tests/test_core.py | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/pgwui_core/constants.py b/src/pgwui_core/constants.py index 03d9cbb..220f4e1 100644 --- a/src/pgwui_core/constants.py +++ b/src/pgwui_core/constants.py @@ -1,4 +1,5 @@ -# Copyright (C) 2013, 2014, 2018 The Meme Factory, Inc. http://www.meme.com/ +# Copyright (C) 2013, 2014, 2018 The Meme Factory, Inc. +# http://www.karlpinc.com/ # This file is part of PGWUI_Core. # @@ -16,7 +17,7 @@ # License along with this program. If not, see # . -# Karl O. Pinc +# Karl O. Pinc # '''Constants used by the PGWUI programs. diff --git a/src/pgwui_core/core.py b/src/pgwui_core/core.py index 1ab09fe..7cbe124 100644 --- a/src/pgwui_core/core.py +++ b/src/pgwui_core/core.py @@ -1,5 +1,5 @@ -# Copyright (C) 2013, 2014, 2015, 2018 The Meme Factory, Inc. -# http://www.meme.com/ +# Copyright (C) 2013, 2014, 2015, 2018, 2020 The Meme Factory, Inc. +# http://www.karlpinc.com/ # This file is part of PGWUI_Core. # @@ -18,7 +18,7 @@ # . # -# Karl O. Pinc +# Karl O. Pinc '''Python source code for pgwui_core module diff --git a/tests/test_core.py b/tests/test_core.py index a02b383..82a522c 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018 The Meme Factory, Inc. http://www.meme.com/ +# Copyright (C) 2018 The Meme Factory, Inc. http://www.karlpinc.com/ # This file is part of PGWUI_Core. # @@ -17,7 +17,7 @@ # . # -# Karl O. Pinc +# Karl O. Pinc from pgwui_core import core -- 2.34.1